Uses of Class
edu.uci.ics.jung.graph.AbstractGraph
-
Packages that use AbstractGraph Package Description edu.uci.ics.jung.graph -
-
Uses of AbstractGraph in edu.uci.ics.jung.graph
Subclasses of AbstractGraph in edu.uci.ics.jung.graph Modifier and Type Class Description classAbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the sameEdgeType.classSparseGraph<V,E>An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classUndirectedSparseGraph<V,E>An implementation ofUndirectedGraphthat is suitable for sparse graphs.
-